ActiveReports 8 > ActiveReports User Guide > Upgrading Reports |
ActiveReports 8 allows you to upgrade from ActiveReports and Data Dynamics reports.
You can automatically update reports and corresponding reference assemblies using the ActiveReports 8 Upgrade tool, and then handle any additional errors in the code.
Important: Be sure to create a backup for your project before starting the upgrade process. |
To upgrade project references and reports
To handle errors in code
The ActiveReports 8 Upgrade tool upgrade the reports and corresponding reference assemblies, but the updated namespaces, types and types members may break the code.
Examples of code that might break and how to fix it:
DataDynamics.ActiveReports.Viewer.Viewer
with GrapeCity.ActiveReports.Viewer.Win.Viewer.MultiplePageCols
property is changed to MultiPageCols
.For a list of changes from the previous version, see Breaking Changes.